home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / HyperCard Archives / International / French v1.2.5.1 / Piles principales / Notes sur la version 1.2.5 / card_2362.txt < prev    next >
Text File  |  1989-10-04  |  1KB  |  66 lines

  1. -- card: 2362 from stack: in.5
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 5683
  5. -- name: selectedChunk
  6.  
  7.  
  8. -- part contents for background part 7
  9. ----- text -----
  10. selectedChunk
  11.  
  12. -- part contents for background part 9
  13. ----- text -----
  14. Nouvelles fonctions HyperTalk
  15. Carte 7 sur 10
  16.  
  17. -- part contents for background part 8
  18. ----- text -----
  19. the selectedChunk
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. -- part contents for background part 10
  27. ----- text -----
  28. aucun
  29.  
  30. -- part contents for background part 11
  31. ----- text -----
  32. Cette fonction renvoie la description, sous forme de sous-cha√Æne, des caract√®res s√©lectionn√©s. Si rien n'est s√©lectionn√©, la fonction renvoie une cha√Æne vide.
  33.  
  34. -- part contents for background part 31
  35. ----- text -----
  36. Select
  37. selectedField
  38. selectedLine
  39. selectedText
  40.  
  41. -- part contents for background part 17
  42. ----- text -----
  43. --apr√®s ex√©cution des commandes suivantes :
  44. select line 1 of field "nom"
  45. put the selectedChunk
  46.  
  47. --vous obtiendrez un r√©sultat du type :
  48. char 1 to 10 of bkgnd field 10
  49.  
  50.  
  51.  
  52.  
  53. -- part contents for background part 18
  54. ----- text -----
  55. on selectedChunkDemo
  56.  
  57. --affiche la sous-cha√Æne s√©lectionn√©e
  58.  
  59.    cleanEnter -- dans le script du fond courant
  60.    select text of field "section"
  61.    put the selectedChunk
  62.    wait 4 seconds
  63.    cleanExit -- dans le script du fond courant
  64.  
  65. end selectedChunkDemo
  66.